Vcenter TrustedInfrastructure TrustAuthorityClusters Attestation Tpm2 CaCertificates Info

Vcenter TrustedInfrastructure TrustAuthorityClusters Attestation Tpm2 CaCertificates Info
Vcenter TrustedInfrastructure TrustAuthorityClusters Attestation Tpm2 CaCertificates Info

This schema is deprecated as of vSphere API 8.0.3.0 and removed in vSphere API 9.0.0.0.

The Vcenter TrustedInfrastructure TrustAuthorityClusters Attestation Tpm2 CaCertificates Info schema contains information that describes a TPM CA certificate.

This schema was added in vSphere API 7.0.0.0.

JSON Example
{
    "cert_chain": {
        "cert_chain": [
            "string"
        ]
    },
    "health": "string",
    "details": [
        {
            "id": "string",
            "default_message": "string",
            "args": [
                "string"
            ],
            "params": {
                "params": {
                    "s": "string",
                    "dt": "string",
                    "i": 0,
                    "d": "number",
                    "l": "Vapi Std NestedLocalizableMessage Object",
                    "format": "string",
                    "precision": 0
                }
            },
            "localized": "string"
        }
    ]
}
cert_chain
Required

This property is deprecated as of vSphere API 8.0.3.0 and removed in vSphere API 9.0.0.0.

The CA certificate chain.

This property was added in vSphere API 7.0.0.0.

string
health
Required

This property is deprecated as of vSphere API 8.0.3.0 and removed in vSphere API 9.0.0.0.

A health indicator which indicates whether each host in the cluster has the same CA certs.

For more information see: Vcenter TrustedInfrastructure TrustAuthorityClusters Attestation Tpm2 CaCertificates Health.

This property was added in vSphere API 7.0.0.0.

details
Required

This property is deprecated as of vSphere API 8.0.3.0 and removed in vSphere API 9.0.0.0.

Details regarding the health.

When the Vcenter TrustedInfrastructure TrustAuthorityClusters Attestation Tpm2 CaCertificates Health is not Vcenter TrustedInfrastructure TrustAuthorityClusters Attestation Tpm2 CaCertificates Health.OK or Vcenter TrustedInfrastructure TrustAuthorityClusters Attestation Tpm2 CaCertificates Health.NONE, this member will provide an actionable description of the issues present.

This property was added in vSphere API 7.0.0.0.

Deprecated